auto merge of #163 : o11c/cargo/examples, r=wycats
authorbors <bors@rust-lang.org>
Sat, 12 Jul 2014 03:14:51 +0000 (03:14 +0000)
committerbors <bors@rust-lang.org>
Sat, 12 Jul 2014 03:14:51 +0000 (03:14 +0000)
This add support for `examples/*.rs` being built (as normal bin crates) during `cargo test`,
and `src/test.rs` and `tests/*.rs` being built and run (as test crates) during `cargo test`.


Trivial merge